/* Winfrog 3.7 CSS*/

/*Define body background and font*/

/*last updated 10 Sep 2012*/

body	{background-image: url(../graphics/frog_bkgrnd_2.JPG);
	font-family: arial, helvetica;
	}
	
.floatleft { float: left; 
	margin: 5px 5px 5px 5px; 
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}
	
.floatright { float: right;
	margin: 5px 5px 5px 5px;
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}

h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}
	

h2 {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p { color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p3 { color: #F90;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}	
	
	p4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #F90;
}

/*table appearance*/

table.main {
	border: 1px solid;
	border-color: #CCC;
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px
}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt
}

td.title {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
}

td.smtitle{
	background-color:#c3ccf4;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-color: black;}	
	
td.smtitle2{
	background-color:#c3ccf4;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-color: black;}	

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: black;
	font-weight: none;}	


/*normal link?*/



/*Lab Links*/

a.lablink {
	color: #566047;
	font-weight: bold;
	text-decoration: none;
}

a.lablink:link {
	color: #566047;
	text-decoration: underline;
}

a.lablink:hover {
	color: navy;
	text-decoration: underline;
}

a.lablink: visited {
	color: gray;
	text-decoration: none;
}

/*Normal links*/

a.normlink {
	color: #313131;
	font-weight: bold;
	}

a.normlink:link {
	color: #313131;
	text-decoration: none;
	font-weight: bold;}

a.normlink:hover {
	color: navy;
	text-decoration: underline;
	font-weight: bold;}

a.normlink:visited {
	color: gray;
	text-decoration: none
	font-weight: bold;}



/*This part inserts the graphic bar at the top of each page*/

#headline1 {
	background-image: url(graphics/coralborder.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:0px;
	margin-bottom: 50px;
}


/*This part inserts the graphic bar at the bottom of each page*/

#headline2 {
	background-image: url(graphics/coralborder.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:50px;
	margin-bottom: 20px;
}

/*This part determines the link appearance*/
a:link{
	font-weight: bold;
	text-decoration: underline;
	color: #666;}
	
a:visited{
	text-decoration: none;
	color: #333;
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: black;}

a:active{
	font-weight: normal;
	text-decoration: underline;
	color: black;
}


a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: navy;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: gray;}

a.tdilink: hover{
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
